home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / PowerMac / PowerCFG 2.2 UR.sit / powerCFG 2.2 UR / µCinema Convert / standard lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-02  |  288 b   |  11 lines  |  [TEXT/KAHL]

  1. /********************************************************************
  2.     module: standard lib.h
  3.  ********************************************************************/
  4.  
  5. #pragma once
  6.  
  7. #include <size_t.h>
  8.  
  9. void *    memset( void *, int, size_t );
  10. int        memcmp(const void *, const void *, size_t);
  11.